home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
QuickTime VR
/
MacOS
/
QuickDraw™ 3D 1.0.6F4 SDK
/
Samples
/
SampleCode
/
CommonSample
/
fileStuff.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-08
|
372 b
|
15 lines
|
[
TEXT/MPCC
]
// Quickdraw 3D sample code
//
// Nick Thompson, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
//
// ©1994-5 Apple Computer Inc., All Rights Reserved
#ifndef _FILE_STUFF_
#define _FILE_STUFF_
void WriteGroupToFile( TQ3FileObject file, TQ3GroupObject theData, TQ3ViewObject theView) ;
Boolean WriteFile(TQ3GroupObject theData, TQ3ViewObject theView ) ;
#endif